Dec 12, 2005 #1 HLPCH IS-IT--Management Jul 12, 2004 47 US I need to convert this Access query to SQL. There's no DistinctRow keyword in SQL. Could someone help me on the syntax? UPDATE DISTINCTROW IRtest SET IRtest.[File #] = Right([File #],6); Thanks
I need to convert this Access query to SQL. There's no DistinctRow keyword in SQL. Could someone help me on the syntax? UPDATE DISTINCTROW IRtest SET IRtest.[File #] = Right([File #],6); Thanks
Dec 30, 2005 #2 Meleagant Programmer Aug 31, 2001 166 US What's your where clause? Update IRTest Set IRTest.[File#] = Right([File#], 6) Where ???? Journeyman -- The Order of the Seekers of Truth and Penitence Upvote 0 Downvote
What's your where clause? Update IRTest Set IRTest.[File#] = Right([File#], 6) Where ???? Journeyman -- The Order of the Seekers of Truth and Penitence