Unusual file formats in your daily papers management and editing operations can create immediate confusion over how to edit them. You may need more than pre-installed computer software for efficient and speedy document editing. If you want to insert date in SE or make any other simple alternation in your document, choose a document editor that has the features for you to work with ease. To handle all the formats, including SE, choosing an editor that actually works properly with all kinds of documents will be your best option.
Try DocHub for efficient document management, irrespective of your document’s format. It offers powerful online editing instruments that simplify your papers management process. You can easily create, edit, annotate, and share any document, as all you need to gain access these characteristics is an internet connection and an active DocHub account. Just one document solution is everything required. Don’t waste time switching between different applications for different documents.
Enjoy the efficiency of working with an instrument created specifically to simplify papers processing. See how straightforward it really is to revise any document, even if it is the very first time you have worked with its format. Register a free account now and improve your whole working process.
hello everyone so in this video i will be showing you how to insert date in sql so here im having my mysql workbench and lets get started so first lets create a table okay so its going to be create table dtt be my table and let us have two columns okay so first one lets say rno is of int type and lets say date of join something and its going to be of type date okay thats it so we are just going to have two columns over here so let me just select this and our table has been created lets just insert some values so it should be insert into table name dtt values and for rno lets just put one and for inserting date we need to put double quotes and first we have to put the year so theres a specific format its year and month and day okay so you will be putting yy mm dd so this is the format over here as well just put 20 21 and for a month lets put 10 and for day i just put 15 okay so just put i think it theres its not showing any error so let me ju