thecrumb


Member since 2008

5 snippets

3562 profile views

0 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

thecrumb's Recent Snippets



« Prev 1 Next »
Generate the SQL necessary to create triggers that use the sequences listed above. NOTE: This particular script assumes that the tables all start with ‘tbl’. It may need to be modified to work with different naming conventions.
0 1733 posted 18 years ago by thecrumb
Generate the SQL necessary to create sequences for every table. NOTE: This doesn’t create sequences. The results need to be copied and run as a script.
0 2114 posted 18 years ago by thecrumb
Get a list of all the user tables.
0 2383 posted 18 years ago by thecrumb
Get all my columns and comments.
0 1709 posted 18 years ago by thecrumb
Then, your code should look like this ... $(document).ready(function() { $("dt > a").click(function(){ $(this).parent().nextUntil('dt').toggle(); return false; }); });
0 1636 posted 18 years ago by thecrumb
« Prev 1 Next »