delphi编译问题:line too long(more than 1023 characters)
if showbox(QMessTitle,'确定要删除信息吗?如果删除,信息将不能恢复!',2,Question) <> mrOk then begin get_exec('delete from t_member where memno in(select memno from t_memcard where cardno not in ' +'(select cardno from t_ryxs where oprtdate<=getdate()-365 group by cardno having max(oprtdate) >0))'); get_exec('delete from t_jfkczda where cardno in(select cardno from t_memcard where cardno not in ' +'(select cardno from t_ryxs where oprtdate<=getdate()-365 group by cardno having max(oprtdate) >0))'); get_exec('delete from t_ryxs where cardno in(select cardno from t_memcard where cardno not in ' +'(select cardno from t_ryxs where oprtdate<=getdate()-365 group by cardno having max(oprtdate) >0))'); get_exec('delete from t_jfxx where cardno in(select cardno from t_memcard where cardno not in ' +'select cardno from t_ryxs where oprtdate<=getdate()-365 group by cardno having max(oprtdate) >0))'); get_exec('delete from t_jfxf where kh in(select cardno from t_memcard where cardno not in ' +'(select cardno from t_ryxs where oprtdate<=getdate()-365 group by cardno having max(oprtdate) >0))'); get_exec('delete from t_memcard where cardno in(select cardno from t_ryxs where oprtdate<=getdate()-365 group by cardno having max(oprtdate) >0)'); get_exec('delete from t_ryxs where cardno in(select cardno,max(oprtdate) from t_ryxs where oprtdate<=getdate()-365 group by cardno)'); end;在begin行提示的错误
人气:498 ℃ 时间:2020-05-20 07:21:35
解答
提示得很明确呀,行太长,把连续的四个空格替换成回车就行了.
推荐
猜你喜欢
- 约瑟夫环已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围.数组方法,急
- 已知等差数列前n项和为Sn=2n^2+an,a为常数,则公差d=
- 滥竽充数的意思是什么
- hello,ben._________ are you?____ in the studywhat ____ you doing?
- Should it rain,the crops_______.A would be saved B would have been saved C will be saved
- 若/m-3/与/2n-6/互为相反数,则2m+n的值是多少?
- 1.重10N的石块完全浸在水中为6N,g取10N/kg,求石块受到的浮力多少N、石块排开的液体重多少立方厘米、石块体积为多少立方厘米.
- 已知一个等差数列共有2n+1项,其中奇数项之和为290,偶数项之和为261,则第n+1项为( ) A.30 B.29 C.28 D.27