Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Anything I can do?
insert into `ACTION` (
`actionid`,
`typeid`,
`notes`,
`eventid`,
`actiondate`,
`userid`,
`customtype`,
`eventstocklinkid`,
`actiontypeid`,
`done`,
`useridissued`,
`username`,
`lastedit`,
`lastedituser`,
`userdeptlinkid`,
`dealid`,
`stackid`,
`quoteid`,
`dwimport`)
values(
'68338',
'1',
NULL,
'55338',
'2012-09-28 00:00:00',
'274',
'0',
'0',
'0',
'0',
'0',
'jacr',
NULL,
NULL,
'16',
'0',
'0',
'0',
'44358'
);
SELECT * FROM ACTION
WHERE DATE(actiondate) = '20120928'
[b][COLOR=#0000FF]SELECT[/color][/b] [COLOR=#990000]*[/color] [b][COLOR=#0000FF]FROM[/color][/b] [COLOR=#FF0000]`ACTION`[/color] [b][COLOR=#0000FF]WHERE[/color][/b] actionid [COLOR=#990000]=[/color] [COLOR=#993399]55338[/color]