|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Does Firebird support Wildcards and if yes, how?
The ANSI-Wildcard-Symbol (%) is NOT Supported! :-( |
|
#2
|
|||
|
|||
|
select * from person
where name like 'A%'; works for me. Be aware that firebird is case sensitiv! like 'a%' is something different then like 'A%' |
|
#3
|
|||
|
|||
|
thanks
i've tried something like
SELECT * FROM Person WHERE name LIKE 'a%' but i don't knew that firebird ist case sensitive. Thanks a lot. Maybe that's the Problem! |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > Wildcards |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|