Hello,sonic8:
Thank you for reply and it works.but if writing in the website code to query,i'm not sure it's suitable or not. because it's like a loop. @@
it seems not best way to describe..
Thank you
error 3787
access two columns combine to one column
Paperno | Expaperno
-----------------------
a1 | a2
a3 | a4
become
Paperno
--------
a1
a2
a3
a4
SELECT *
FROM jounals
WHERE Paperno not in (select Paperno from payment where paid='1' and len(Paperno)>1 UNION ALL...