51Testing软件测试论坛

标题: 怎样连接字符串 [打印本页]

作者: wsryyffs    时间: 2006-5-21 17:24
标题: 怎样连接字符串
aa="select cus_id from aa_t"
    &"where std_id='188' and num=4"

编译时提示Illegal statement,怎么修改?
作者: caesarqth    时间: 2006-5-22 08:54
原帖由 wsryyffs 于 2006-5-21 17:24 发表
aa="select cus_id from aa_t"
    &"where std_id='188' and num=4"

编译时提示Illegal statement,怎么修改?


你问的是如何进行换行吧?
1.或者放到一行  aa="select cus_id from aa_t" & "where std_id='188' and num=4"
2.或者用“空格+下划线”进行换行
aa="select cus_id from aa_t" _
    & "where std_id='188' and num=4"
作者: wsryyffs    时间: 2006-5-22 20:29
已经解决。
aa="select cus_id from aa_t"  & _
     "where std_id='188' and num=4"




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2