Recent content by pdusp

  1. pdusp

    Datetime two columns problem

    Hi, On Progrees database in "where" I want to examine full datetime date+time. Please give me good advice how to do it. Thank you Piotr example for MS SQL2008 select 1,'2000-01-02','11:00' select id,max(convert(varchar(20), tdate + ' ' + ttime )) date from #temp
  2. pdusp

    Datetime two columns problem

    Hello, It would be possible for ask for help? I am new in Progress. My friend created query for reporting production quantity for one day. Now I must extend it for a range of time. It is big problem for me, because this table have separately date and time. This query works well for one day...
Back
Top