Dec 13, 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 13, 2005 #2 jbenson001 Programmer Jan 7, 2004 8,172 US You need to construct a WHERE clause that will filter the rows that you want to UPDATE. Jim Upvote 0 Downvote