hello everybodyI have a problem that to me is simple, I guess!, we have 2 tables, and I want to do a join with only a field, Select t1.campo1, t1.campo2 from tabla1 t1 join tabla2 t2 on t1.rfc = t2.rfcthis return only a single result and when I do how the follow Select t1.campo1, t1.campo2 from tabla1 t1 on t1.rfc in ('FAA9905073B9','FCO011107EP2','FRE920401VD8','POL790226L74')where the last line are some of the fields that we have searched, and the result returned have is more that one row.I guess that the version isn’t important, but it’s SQL 2014 Enterprise with windows 2012 serverThanks for you help, that have a nice day.:w00t:
↧