Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how can I concatenate symbols with fields in select?
Like:
SQL SELECT
num_cont & '/' & year_cont as contract,
The two fields I'm using are numbers because I figured that's what the original post was about. Looks like you're using strings...
My code is exactly what I posted plus the DB connect statement.