<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "找出註冊超過90天尚未啟用的帳號"]]></title>
		<link>https://forum.andowson.com/posts/list/12.page</link>
		<description><![CDATA[Latest messages posted in the topic "找出註冊超過90天尚未啟用的帳號"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>找出註冊超過90天尚未啟用的帳號</title>
				<description><![CDATA[ [code=sql] 
<br>
select * from jforum_users where user_id not in (select session_user_id from jforum_sessions) and user_actkey is not null and date_part('day',current_timestamp-user_regdate) &gt; 90 order by user_id 
<br>
[/code]]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/180/276.page</guid>
				<link>https://forum.andowson.com/posts/preList/180/276.page</link>
				<pubDate><![CDATA[Sat, 13 Oct 2007 13:56:24]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
	</channel>
</rss>