Re: Number to Date.
From: Vishal Parkar (REMOVE_THIS_vgparkar_at_yahoo.co.in)
Date: 04/07/04
- Next message: Gabe Knuth: "Get other fields while using min & max aggregate functions"
- Previous message: Rhonda Fischer: "=> Trigger to copy duplicate rows into a new table where val >26"
- In reply to: Dylan: "Re: Number to Date."
- Next in thread: JI: "Re: Number to Date."
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 7 Apr 2004 23:21:33 +0530
hi dylan,
Set value for this variable using SET .
Ex:
declare @p_custom_date datetime
set @p_custom_date = '20040101' --settting date value for variable @p_custom_date
-- Vishal Parkar vgparkar@yahoo.co.in
- Next message: Gabe Knuth: "Get other fields while using min & max aggregate functions"
- Previous message: Rhonda Fischer: "=> Trigger to copy duplicate rows into a new table where val >26"
- In reply to: Dylan: "Re: Number to Date."
- Next in thread: JI: "Re: Number to Date."
- Messages sorted by: [ date ] [ thread ]