|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
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
|
|||
|
|||
|
strcat in sql
hi,
i need to do something as SELECT surname + " - " + name AS person FROM users but firebird give me an error... how can i do? |
|
#2
|
||||
|
||||
|
Re: strcat in sql
Quote:
Use double pipe || insted + !!! Try: SELECT surname || " - " || name AS person FROM users |
|
#3
|
|||
|
|||
|
ok...
it works...
tnx a lot |
|
#4
|
||||
|
||||
|
Re: ok...
Quote:
... all you have to do is to read the sql doumentation ... |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > strcat in sql |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|