pcplayer · 2006-10-27 16:12:43 · 阅读: 1365 FireBird / InterBase add tow string 连接2个字符串的 sql 语法 在 MS SQL 里: select First_Name + Last_Name as FullName from MyTable 在 FireBird 里的对等语句是: select First_Name || Last_Name as FullName from MyTable