G
Guest
I need the URL for posting questions re SQL. like:
what is the syntax to construct a datetime value form month and year stored in integer variables and a day constant, such as
@w-datetime = @MM + '01' + @yy
thanks,
what is the syntax to construct a datetime value form month and year stored in integer variables and a day constant, such as
@w-datetime = @MM + '01' + @yy
thanks,