select * from #variables.table#
where #variables.queryExtention# order by weborder desc
select * from #variables.table#
where #variables.key#=#arguments.id#
and #variables.queryExtention#
where #variables.queryExtention#
">
">
insert into #table#(
,
#variables.fields[i].name#
,weborder
)values(
,,
)
update #table# set
#variables.fields[i].name#=,
where (#variables.key#=#arguments.id#)
and (#variables.queryExtention#)
select * from #table# where (#variables.key#=#arguments.id#)
delete from #table# where (#variables.key#=#arguments.id#)
and #variables.queryExtention#
select max(weborder) as thisWebOrder from #table#
where #variables.queryExtention# movedUp
movedDown
update #table# set weborder=#counter# where (#variables.key#=#ListGetAt(idList, i)#)