|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
... where 'true';
Hi2all,
I would like to use following query in Firebird: select Table.v1, Table.v2 where 'true'; Is it possible? If not, what alternative query can I use instead of that. Thank You in advance, Alexander |
|
#2
|
||||
|
||||
|
where whats true?
If you want to select all, then use select * from Table.v1, Table.V2 |
|
#3
|
||||
|
||||
|
Ya, as rendy said. You have yur query mixed up, you need to move the table(s) aound in the query and specify which columns you want to return or just return them all - then you need to add your condition WHERE something = true
__________________
~ Joe Penn |
|
#4
|
|||
|
|||
|
Quote:
Ok, Thank You |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > ... where 'true'; |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|