How do I use multiple sql in builder. I want to convert a text field into a numeric field by identifying the unique values and assigning each value an interger. The sql commands (from FoxPro) are:
1) select distinct field1 as ufield from table1 into cursor temp1
2) select ufield, rowno() as...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.