Returns a list with information about the information for the current database.
Last_Loaded |
Date and Time information for the last time the file was loaded from storage |
Loaded_File_Created |
Date and Time information for the last time the file was created |
Loaded_File_Size |
Size of the loaded file |
Estimated_Memory_Usage |
Estimates how much memory the file will consume when unpacked and loaded into memory |
Current_File_Size |
Size of the current file |
Current_File_Created |
Date and Time information for when the file was created |
Example:
SELECT * FROM INFORMATION_SCHEMA.UPDATED
Comments
Please sign in to leave a comment.