13.3.09

DB2

Lấy thời gian hiện thời: current_timestamp
Nối xâu : ||
ví dụ: select FirstName || LastName FROM Contact
Select top N:
select * from TableName fetch first N rows only
Select top 1
select * from TableName fetch first rows only

0 comments: