|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Lower Cases?
i want the characters in a specific column to be returned in lower characters.
In MSSQL you can use LCASE i think. SELECT LCASE(TABLENAME) WHERE BLA = BLA LCASE doesn't seem to Work with Firebird (SQLhammer as remote-client), is there any other command? Thanks |
|
#2
|
|||
|
|||
|
Did some research and found a function called UPPER instead.
there are no function called LOWER in FB 1.5 but in 2.0 there is, but i'll stick around with a function called UPPER that allready existed in FB 1.5 will serve me just as good as LOWER would. |
|
#3
|
|||
|
|||
|
There is LOWER function (UDF), you just need to register it. See folder UDF in your FB install folder.
-- Best regards, Fikret Hasovic http://fikret.fbtalk.net USAID TAMP Senior Programmer * Firebird Foundation member. - Join today at http://www.firebirdsql.org/ff/foundation * JEDI VCS contributor http://jedivcs.sourceforge.net/ * Firebird and Fyracle news http://www.fyracle.org |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > Lower Cases? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|