Liverpoololympia.com

Just clear tips for every day

How to truncate the table in db2?

How to truncate the table in db2? The following shows the syntax of the TRUNCATE TABLE statement: TRUNCATE TABLE table_name [DROP STORAGE | REUSE STORAGE] [IGNORE DELETE TRIGGERS | RESTRICT WHEN DELETE TRIGGERS] [IMMEDIATE] CREATE TABLE books2 LIKE books; INSERT Read more…

What is action bar paging?

What is action bar paging? Paging changes the action bar so that it switches the bar number depending on the current situation. You specify which page to use using a set of macro conditionals. These conditionals use the same syntax Read more…