So I am querying a particular table from a SQL DB. The table contains few columns that are related to date. When I use a Select query on the table, the results are shown like below where some Alias/random numbers are shown instead of the actual dates ( F_CRTM and F_EDTM are meant to be columns that show the actual dates ). Can someone help me on how to get the actual value that I am looking for( in this case date). I tried to see the table structure, but unfortuately I dont have access to that. So, I dont have any idea whether this is because of the way the table itself is structured or if there is any I can do about it.
The results that I get are shown below:
F_SGRP F_CRTM F_EDTM
1452759805 1452759805 1452759805
1452759946 1452759946 1452759946
1452759975 1452759975 1452759975
1452760148 1452760148 1452761593
1452760411 1452760411 1452761580
1452761896 1452761896 1452761896
1452761903 1452761903 1452761903