Dec 12, 2005 #1 HLPCH IS-IT--Management Joined Jul 12, 2004 Messages 47 Location 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 Joined Aug 31, 2001 Messages 166 Location 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