[求助]请大家帮我看看这是选择语句如何?
sql="select templat_channel.channel_name as name1,templat_select .channel_name as name2 from templat_channel,templat_select where templat_channel.id=templat_select.channelname_id and user_id="&session("user_id")&""
读取name时也要主意是rs("name1")还是rs("name2")吧