Board index » delphi » SQL problem with TQuery
koter...@borland.com (Steve Koterski)
![]() Delphi Developer |
Fri, 28 Aug 1998 03:00:00 GMT
SQL problem with TQuery
On Mon, 11 Mar 1996 13:03:32 +0100, Manuel Araque <mara...@mot.upv.es>
wrote: Quote>Ive been trying to create an SQL sentence with the function SUBSTRING, first three characters from the Name column: SELECT C."NAME", SUBSTRING(C."NAME" FROM 1 FOR 3) ************************************************************************** |