Good afternoon, I would like you to support me with this. I have a query
select ...
FROM
DBSosst..SRG_SUMMARY_NAVIGATION,
SALDOS_prueba1 a
WHERE
GROUP_ID = 4 and
STRUCTURE_ID = 1118 and
SUMTO_POINT_TIER= 1 and
POINT_NAME =* substring(cuenta,1,1)
What exactly means = * in this query. I have never seen this in my life. Toy using sqlserver 2000.
thank you very much