您好,
问题1:
可以使用多个字段,具体语句如下:
SELECT Color_Table.Color_Field, Pattern_Table.Pattern_Field
FROM Color_Table LEFT OUTER JOIN
Pattern_Table ON (Color_Table.Join_Field1 =
Pattern_Table.Join_Field1 and Color_Table.Join_Field2 =
Pattern_Table.Join_Field2)
问题2:
首先请确认SQL的时间设置没问题,然后请检查下Excel中是否格式设置错误。请选中时间右击,选择格式,确认使用的是时间格式。
Regards,
Emi Zhang
TechNet Community Support
Please remember to mark the replies as answers if they helped.
If you have feedback for TechNet Subscriber Support, contact
tnmff@microsoft.com.