<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://in.compucrete.com/index.php?action=history&amp;feed=atom&amp;title=General_Ledger_Delete_Unused_Groups_Query</id>
	<title>General Ledger Delete Unused Groups Query - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://in.compucrete.com/index.php?action=history&amp;feed=atom&amp;title=General_Ledger_Delete_Unused_Groups_Query"/>
	<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=General_Ledger_Delete_Unused_Groups_Query&amp;action=history"/>
	<updated>2026-05-15T17:02:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>http://in.compucrete.com/index.php?title=General_Ledger_Delete_Unused_Groups_Query&amp;diff=246&amp;oldid=prev</id>
		<title>WikiAdmin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=General_Ledger_Delete_Unused_Groups_Query&amp;diff=246&amp;oldid=prev"/>
		<updated>2023-07-14T12:58:50Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 12:58, 14 July 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key my_wiki:diff::1.12:old-245:rev-246 --&gt;
&lt;/table&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>http://in.compucrete.com/index.php?title=General_Ledger_Delete_Unused_Groups_Query&amp;diff=245&amp;oldid=prev</id>
		<title>Intra&gt;User: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=General_Ledger_Delete_Unused_Groups_Query&amp;diff=245&amp;oldid=prev"/>
		<updated>2017-01-10T00:01:44Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
Preview with select query:&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
Select * from gltacgrp g&lt;br /&gt;
 where not exists&lt;br /&gt;
    ( select * from gltacct a where a.gl_group = g.group_id)&lt;br /&gt;
  and not exists&lt;br /&gt;
    ( select * from gltacgrp g2 where g2.parent_group_id = g.group_id)&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
DELETE from gltacgrp g&lt;br /&gt;
 where not exists&lt;br /&gt;
    ( select * from gltacct a where a.gl_group = g.group_id)&lt;br /&gt;
  and not exists&lt;br /&gt;
    ( select * from gltacgrp g2 where g2.parent_group_id = g.group_id)&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;/div&gt;</summary>
		<author><name>Intra&gt;User</name></author>
	</entry>
</feed>