Viewing 9 posts - 1 through 9 (of 9 total)
Thanks Sean.
Apologies for using the wrong format, I wasn't sure which ifcode to use, but will remember for future reference
March 6, 2015 at 3:29 pm
Phil Parkin (4/6/2012)
bharatgi (4/6/2012)
the key field is a concatenate of LocalID + DSeen + POD
Hmm, clearly not, as you have duplicates 🙂
I'm therefore guessing that this table does not have...
April 6, 2012 at 6:50 am
the key field is a concatenate of LocalID + DSeen + POD
April 6, 2012 at 6:11 am
thanks - but how do i display both duplicate records in the same query?
April 6, 2012 at 5:56 am
thanks, i have created a view with the extra columns to display in the way required
February 8, 2012 at 12:32 pm
hi,
how would i get the field values to automatically show the display format rather than the sql standard format?
February 8, 2012 at 4:40 am
yes, the destination is set to datetime.
But the cast outputs in the following format '2011-08-09 00:00:00.000'
ideally i would like the dates without the seperators
February 7, 2012 at 11:51 am
based on your code i tried the following:
update [table1]
set [ddate2] = convert(datetime,CAST([ddate] as datetime),112)
but it now outputs '2011-09-01 00:00:00'
February 7, 2012 at 10:10 am
its fine, i've added this to the where clause:
and XBD >'0'
November 12, 2010 at 7:16 am
Viewing 9 posts - 1 through 9 (of 9 total)