|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
where statment
hi how is the syntax for:
select * from db WHERE bla=hallo OR hallo2 OR hallo3 can this be done this way? |
|
#2
|
|||
|
|||
|
Message Moved
Thread moved from 'PHP Coding' to 'Database Help' by nawlej.
Reason: SQL help |
|
#3
|
||||
|
||||
|
RE: where statment
Use the IN operator:
Code:
select * from db WHERE bla IN ('hallo','hallo2','hallo3')
|
|
#4
|
|||
|
|||
|
RE: where statment
ah ok thanks, that did the job for me
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > where statment |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|