![]() |
Sergey Kornilov admin 2/23/2010 |
All depends and what database do you use. Concatenation syntax will be different for each database. |
F
|
fpilot author 2/23/2010 |
All depends and what database do you use. Concatenation syntax will be different for each database. Besides that you missing a plus sign before LastName.
|
![]() |
Sergey Kornilov admin 2/23/2010 |
In MySQL you need to use CONCAT() function: |
F
|
fpilot author 2/24/2010 |
In MySQL you need to use CONCAT() function: http://dev.mysql.com/doc/refman/5.1/en/string-functions.html#function_concat
|
![]() |
Sergey Kornilov admin 2/24/2010 |
Read the manual, please. |
F
|
fpilot author 2/26/2010 |
Read the manual, please. Visual Editor->Lookup wizard->WHERE expression
|