Search results

  1. K

    Need to convert SQL Server statement to Progress SQL-92

    Hi guys, i need to convert this SQL statement to SQL-92. select a.User_PID as User_PID, a.Int_Data1 as Door_ID, a.Local_DT as TimeInOut, a.Int_Data2 as BadgeCd, 'Web Service' as CreateUserID, getdate() as CreateDate from dbo.journ as a inner join (select...
Top