{"id":649,"date":"2019-06-05T06:43:20","date_gmt":"2019-06-05T14:43:20","guid":{"rendered":"https:\/\/db2tutorial.com\/?page_id=649"},"modified":"2020-04-11T06:58:36","modified_gmt":"2020-04-11T14:58:36","slug":"db2-date-functions","status":"publish","type":"page","link":"https:\/\/www.db2tutorial.com\/db2-date-functions\/","title":{"rendered":"Db2 Date Functions"},"content":{"rendered":"\n<p>This section introduces you to some common Db2 date functions that help you manipulate date and time data effectively.<br>\n<input id=\"search\" class=\"light-table-filter\" type=\"text\" placeholder=\"Type a function name to search...\" data-table=\"functions\"><\/p>\n\n\n\n<figure class=\"wp-block-table responsive functions\"><table><thead><tr><th>Function<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>ADD_DAYS<\/td><td>Returns a datetime value that represents the first argument plus a specified number of days.<\/td><\/tr><tr><td>ADD_HOURS<\/td><td>Returns a timestamp value that represents the first argument plus a specified number of hours.<\/td><\/tr><tr><td>ADD_MINUTES<\/td><td>Returns a timestamp value that represents the first argument plus a specified number of minutes.<\/td><\/tr><tr><td>ADD_MONTHS<\/td><td>Returns a datetime value that represents&nbsp;expression&nbsp;plus a specified number of months.<\/td><\/tr><tr><td>ADD_SECONDS<\/td><td>Returns a timestamp value that represents the first argument plus a specified number of seconds and fractional seconds.<\/td><\/tr><tr><td>ADD_YEARS<\/td><td>Returns a datetime value that represents the first argument plus a specified number of years.<\/td><\/tr><tr><td>AGE<\/td><td>Returns a numeric value that specifies the number of full years, full months, and full days between the current timestamp and the argument.<\/td><\/tr><tr><td>DATE_PART<\/td><td>Returns portion of a datetime based on its argument.<\/td><\/tr><tr><td>DATE_TRUNC<\/td><td>Returns a timestamp expression rounded to the specified unit.<\/td><\/tr><tr><td>DAY<\/td><td>Returns the day part of a value.<\/td><\/tr><tr><td>DAYNAME<\/td><td>Returns a character string containing the name of the day (for example, Friday) for the day portion of expression, based on locale-name or the value of the special register CURRENT LOCALE LC_TIME.<\/td><\/tr><tr><td>DAYOFMONTH<\/td><td>Returns an integer between 1 and 31 that represents the day of the month.<\/td><\/tr><tr><td>DAYOFWEEK<\/td><td>Returns the day of the week in the first argument as an integer value. The integer value is in the range 1-7, where 1 represents the first day of the week, as specified in the second argument.<\/td><\/tr><tr><td>DAYOFWEEK_ISO<\/td><td>Returns the day of the week from a value, where 1 is Monday and 7 is Sunday.<\/td><\/tr><tr><td>DAYOFYEAR<\/td><td>Returns the day of the year from a value.<\/td><\/tr><tr><td>DAYS<\/td><td>Returns an integer representation of a date.<\/td><\/tr><tr><td>DAYS_BETWEEN<\/td><td>Returns the number of full days between the specified arguments.<\/td><\/tr><tr><td>DAYS_TO_END_OF_MONTH<\/td><td>Returns the number of days to the end of the month.<\/td><\/tr><tr><td>EXTRACT<\/td><td>Returns a portion of a date or timestamp based on the arguments.<\/td><\/tr><tr><td>FIRST_DAY<\/td><td>Returns a date or timestamp that represents the first day of the month of the argument.<\/td><\/tr><tr><td>FROM_UTC_TIMESTAMP<\/td><td>Returns a TIMESTAMP that is converted from Coordinated Universal Time to the timezone that is specified by the timezone string.<\/td><\/tr><tr><td>HOUR<\/td><td>Returns the hour part of a value.<\/td><\/tr><tr><td>HOURS_BETWEEN<\/td><td>Returns the number of full hours between the specified arguments.<\/td><\/tr><tr><td>JULIAN_DAY<\/td><td>Returns an integer value representing the number of days from January 1, 4712 B.C. to the date specified in the argument.<\/td><\/tr><tr><td>LAST_DAY<\/td><td>Returns a datetime value that represents the last day of the month of the argument.<\/td><\/tr><tr><td>MICROSECOND<\/td><td>Returns the microsecond part of a value.<\/td><\/tr><tr><td>MIDNIGHT_SECONDS<\/td><td>Returns an integer value representing the number of seconds between midnight and a specified time value.<\/td><\/tr><tr><td>MINUTE<\/td><td>Returns the minute part of a value.<\/td><\/tr><tr><td>MINUTES_BETWEEN<\/td><td>Returns the number of full minutes between the specified arguments.<\/td><\/tr><tr><td>MONTH<\/td><td>Returns the month part of a value.<\/td><\/tr><tr><td>MONTHNAME<\/td><td>Returns a character string containing the name of the month (for example, January) for the month portion of expression, based on locale-name or the value of the special register CURRENT LOCALE LC_TIME.<\/td><\/tr><tr><td>MONTHS_BETWEEN<\/td><td>Returns an estimate of the number of months between&nbsp;expression1&nbsp;and&nbsp;expression2.<\/td><\/tr><tr><td>NEXT_DAY<\/td><td>Returns a datetime value that represents the first weekday, named by&nbsp;string-expression, that is later than the date inexpression.<\/td><\/tr><tr><td>NEXT_MONTH<\/td><td>Returns the first day of the next month after the specified date.<\/td><\/tr><tr><td>NEXT_QUARTER<\/td><td>Returns the first day of the next quarter after the specified date.<\/td><\/tr><tr><td>NEXT_WEEK<\/td><td>Returns the first day of the next week after the specified date.<\/td><\/tr><tr><td>NEXT_YEAR<\/td><td>Returns the first day of the next year after the specified date.<\/td><\/tr><tr><td>NOW<\/td><td>Returns a timestamp based on when the SQL statement is executed at the current server.<\/td><\/tr><tr><td>QUARTER<\/td><td>Returns an integer that represents the quarter of the year in which a date resides.<\/td><\/tr><tr><td>ROUND<\/td><td>Returns a datetime value, rounded to the unit specified by&nbsp;format-string.<\/td><\/tr><tr><td>ROUND_TIMESTAMP<\/td><td>Returns a timestamp that is the&nbsp;expression&nbsp;rounded to the unit specified by the&nbsp;format-string.<\/td><\/tr><tr><td>SECOND<\/td><td>Returns the seconds part of a value.<\/td><\/tr><tr><td>SECONDS_BETWEEN<\/td><td>Returns the number of full seconds between the specified arguments.<\/td><\/tr><tr><td>THIS_MONTH<\/td><td>Returns the first day of the month in the specified date.<\/td><\/tr><tr><td>THIS_QUARTER<\/td><td>Returns the first day of the quarter in the specified date.<\/td><\/tr><tr><td>THIS_WEEK<\/td><td>Returns the first day of the week in the specified date.<\/td><\/tr><tr><td>THIS_YEAR<\/td><td>Returns the first day of the year in the specified date.<\/td><\/tr><tr><td>TIMESTAMP_FORMAT<\/td><td>Returns a timestamp from a character string (argument1) that has been interpreted using a format template (argument2).<\/td><\/tr><tr><td>TIMESTAMP_ISO<\/td><td>Returns a timestamp value based on a date, time, or timestamp argument. If the argument is a date, it inserts zero for all the time elements. If the argument is a time, it inserts the value of CURRENT DATE for the date elements, and zero for the fractional time element.<\/td><\/tr><tr><td>TIMESTAMPDIFF<\/td><td>Returns an estimated number of intervals of type&nbsp;argument1, based on the difference between two timestamps. The second argument is the result of subtracting two timestamp types and converting the result to CHAR.<\/td><\/tr><tr><td>TO_CHAR<\/td><td>Returns a CHARACTER representation of a timestamp.<\/td><\/tr><tr><td>TO_DATE<\/td><td>Returns a timestamp from a character string.<\/td><\/tr><tr><td>TO_NCHAR<\/td><td>Returns a national character representation of an input expression that has been formatted using a character template.<\/td><\/tr><tr><td>TO_TIMESTAMP<\/td><td>Returns a timestamp that is based on the interpretation of the input string using the specified format.<\/td><\/tr><tr><td>TO_UTC_TIMESTAMP<\/td><td>Returns a TIMESTAMP that is converted from Coordinated Universal Time to the timezone specified by the timezone string.<\/td><\/tr><tr><td>TRUNCATE or TRUNC<\/td><td>Returns a datetime value, truncated to the unit specified by&nbsp;format-string.<\/td><\/tr><tr><td>TRUNC_TIMESTAMP<\/td><td>Returns a timestamp that is the&nbsp;expression&nbsp;truncated to the unit specified by the&nbsp;format-string.<\/td><\/tr><tr><td>VARCHAR_FORMAT<\/td><td>Returns a CHARACTER representation of a timestamp (argument1), formatted according to a template (argument2).<\/td><\/tr><tr><td>WEEK<\/td><td>Returns the week of the year from a value, where the week starts with Sunday.<\/td><\/tr><tr><td>WEEK_ISO<\/td><td>Returns the week of the year from a value, where the week starts with Monday.<\/td><\/tr><tr><td>WEEKS_BETWEEN<\/td><td>Returns the number of full weeks between the specified arguments.<\/td><\/tr><tr><td>YEAR<\/td><td>Returns the year part of a value.<\/td><\/tr><tr><td>YEARS_BETWEEN<\/td><td>Returns the number of full years between the specified arguments.<\/td><\/tr><tr><td>YMD_BETWEEN<\/td><td>Returns a numeric value that specifies the number of full years, full months, and full days between two datetime values.<\/td><\/tr><\/tbody><\/table><\/figure>\n<div class=\"helpful-block-content\" data-title=\"\">\n\t<header>\n\t\t<div class=\"wth-question\">Was this tutorial helpful ?<\/div>\n\t\t<div class=\"wth-thumbs\">\n\t\t\t<button\n\t\t\t\tdata-post=\"649\"\n\t\t\t\tdata-post-url=\"https:\/\/www.db2tutorial.com\/db2-date-functions\/\"\n\t\t\t\tdata-post-title=\"Db2 Date Functions\"\n\t\t\t\tdata-response=\"1\"\n\t\t\t\tclass=\"wth-btn-rounded wth-yes-btn\"\n\t\t\t>\n\t\t\t\t<svg\n\t\t\t\t\txmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n\t\t\t\t\tviewBox=\"0 0 24 24\"\n\t\t\t\t\tfill=\"none\"\n\t\t\t\t\tstroke=\"currentColor\"\n\t\t\t\t\tstroke-width=\"2\"\n\t\t\t\t\tstroke-linecap=\"round\"\n\t\t\t\t\tstroke-linejoin=\"round\"\n\t\t\t\t\tclass=\"feather feather-thumbs-up block w-full h-full\"\n\t\t\t\t>\n\t\t\t\t\t<path\n\t\t\t\t\t\td=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\n\t\t\t\t\t><\/path>\n\t\t\t\t<\/svg>\n\t\t\t\t<span class=\"sr-only\"> Yes <\/span>\n\t\t\t<\/button>\n\n\t\t\t<button\n\t\t\t\tdata-response=\"0\"\n\t\t\t\tdata-post=\"649\"\n\t\t\t\tdata-post-url=\"https:\/\/www.db2tutorial.com\/db2-date-functions\/\"\n\t\t\t\tdata-post-title=\"Db2 Date Functions\"\n\t\t\t\tclass=\"wth-btn-rounded wth-no-btn\"\n\t\t\t>\n\t\t\t\t<svg\n\t\t\t\t\txmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n\t\t\t\t\tviewBox=\"0 0 24 24\"\n\t\t\t\t\tfill=\"none\"\n\t\t\t\t\tstroke=\"currentColor\"\n\t\t\t\t\tstroke-width=\"2\"\n\t\t\t\t\tstroke-linecap=\"round\"\n\t\t\t\t\tstroke-linejoin=\"round\"\n\t\t\t\t>\n\t\t\t\t\t<path\n\t\t\t\t\t\td=\"M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17\"\n\t\t\t\t\t><\/path>\n\t\t\t\t<\/svg>\n\t\t\t\t<span class=\"sr-only\"> No <\/span>\n\t\t\t<\/button>\n\t\t<\/div>\n\t<\/header>\n\n\t<div class=\"wth-form hidden\">\n\t\t<div class=\"wth-form-wrapper\">\n\t\t\t<div class=\"wth-title\"><\/div>\n\t\t\t\n\t\t\t<textarea class=\"wth-message\"><\/textarea>\n\n\t\t\t<button class=\"btn btn-primary wth-btn-submit\">Send<\/button>\n\t\t\t<button class=\"btn wth-btn-cancel\">Cancel<\/button>\n\t\t\n\t\t<\/div>\n\t<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>This section introduces you to some common Db2 date functions that help you manipulate date and time data effectively.<\/p>\n","protected":false},"author":1,"featured_media":650,"parent":0,"menu_order":9,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-649","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Db2 Date Functions<\/title>\n<meta name=\"description\" content=\"This section introduces you to some common Db2 date functions that help you manipulate date and time data effectively.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.db2tutorial.com\/db2-date-functions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Db2 Date Functions\" \/>\n<meta property=\"og:description\" content=\"This section introduces you to some common Db2 date functions that help you manipulate date and time data effectively.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.db2tutorial.com\/db2-date-functions\/\" \/>\n<meta property=\"og:site_name\" content=\"DB2 Tutorial\" \/>\n<meta property=\"article:modified_time\" content=\"2020-04-11T14:58:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/06\/db2-date-functions.png\" \/>\n\t<meta property=\"og:image:width\" content=\"150\" \/>\n\t<meta property=\"og:image:height\" content=\"150\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.db2tutorial.com\/db2-date-functions\/\",\"url\":\"https:\/\/www.db2tutorial.com\/db2-date-functions\/\",\"name\":\"Db2 Date Functions\",\"isPartOf\":{\"@id\":\"https:\/\/www.db2tutorial.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.db2tutorial.com\/db2-date-functions\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.db2tutorial.com\/db2-date-functions\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/06\/db2-date-functions.png\",\"datePublished\":\"2019-06-05T14:43:20+00:00\",\"dateModified\":\"2020-04-11T14:58:36+00:00\",\"description\":\"This section introduces you to some common Db2 date functions that help you manipulate date and time data effectively.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.db2tutorial.com\/db2-date-functions\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.db2tutorial.com\/db2-date-functions\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.db2tutorial.com\/db2-date-functions\/#primaryimage\",\"url\":\"https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/06\/db2-date-functions.png\",\"contentUrl\":\"https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/06\/db2-date-functions.png\",\"width\":150,\"height\":150},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.db2tutorial.com\/db2-date-functions\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.db2tutorial.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Db2 Date Functions\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.db2tutorial.com\/#website\",\"url\":\"https:\/\/www.db2tutorial.com\/\",\"name\":\"DB2 Tutorial\",\"description\":\"A Comprehensive DB2 Tutorial\",\"publisher\":{\"@id\":\"https:\/\/www.db2tutorial.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.db2tutorial.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.db2tutorial.com\/#organization\",\"name\":\"Db2 Tutorial\",\"url\":\"https:\/\/www.db2tutorial.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.db2tutorial.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/favicon.png\",\"contentUrl\":\"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/favicon.png\",\"width\":500,\"height\":500,\"caption\":\"Db2 Tutorial\"},\"image\":{\"@id\":\"https:\/\/www.db2tutorial.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Db2 Date Functions","description":"This section introduces you to some common Db2 date functions that help you manipulate date and time data effectively.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.db2tutorial.com\/db2-date-functions\/","og_locale":"en_US","og_type":"article","og_title":"Db2 Date Functions","og_description":"This section introduces you to some common Db2 date functions that help you manipulate date and time data effectively.","og_url":"https:\/\/www.db2tutorial.com\/db2-date-functions\/","og_site_name":"DB2 Tutorial","article_modified_time":"2020-04-11T14:58:36+00:00","og_image":[{"width":150,"height":150,"url":"https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/06\/db2-date-functions.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.db2tutorial.com\/db2-date-functions\/","url":"https:\/\/www.db2tutorial.com\/db2-date-functions\/","name":"Db2 Date Functions","isPartOf":{"@id":"https:\/\/www.db2tutorial.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.db2tutorial.com\/db2-date-functions\/#primaryimage"},"image":{"@id":"https:\/\/www.db2tutorial.com\/db2-date-functions\/#primaryimage"},"thumbnailUrl":"https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/06\/db2-date-functions.png","datePublished":"2019-06-05T14:43:20+00:00","dateModified":"2020-04-11T14:58:36+00:00","description":"This section introduces you to some common Db2 date functions that help you manipulate date and time data effectively.","breadcrumb":{"@id":"https:\/\/www.db2tutorial.com\/db2-date-functions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.db2tutorial.com\/db2-date-functions\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.db2tutorial.com\/db2-date-functions\/#primaryimage","url":"https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/06\/db2-date-functions.png","contentUrl":"https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/06\/db2-date-functions.png","width":150,"height":150},{"@type":"BreadcrumbList","@id":"https:\/\/www.db2tutorial.com\/db2-date-functions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.db2tutorial.com\/"},{"@type":"ListItem","position":2,"name":"Db2 Date Functions"}]},{"@type":"WebSite","@id":"https:\/\/www.db2tutorial.com\/#website","url":"https:\/\/www.db2tutorial.com\/","name":"DB2 Tutorial","description":"A Comprehensive DB2 Tutorial","publisher":{"@id":"https:\/\/www.db2tutorial.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.db2tutorial.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.db2tutorial.com\/#organization","name":"Db2 Tutorial","url":"https:\/\/www.db2tutorial.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.db2tutorial.com\/#\/schema\/logo\/image\/","url":"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/favicon.png","contentUrl":"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/favicon.png","width":500,"height":500,"caption":"Db2 Tutorial"},"image":{"@id":"https:\/\/www.db2tutorial.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.db2tutorial.com\/wp-json\/wp\/v2\/pages\/649","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.db2tutorial.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.db2tutorial.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.db2tutorial.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.db2tutorial.com\/wp-json\/wp\/v2\/comments?post=649"}],"version-history":[{"count":3,"href":"https:\/\/www.db2tutorial.com\/wp-json\/wp\/v2\/pages\/649\/revisions"}],"predecessor-version":[{"id":1050,"href":"https:\/\/www.db2tutorial.com\/wp-json\/wp\/v2\/pages\/649\/revisions\/1050"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.db2tutorial.com\/wp-json\/wp\/v2\/media\/650"}],"wp:attachment":[{"href":"https:\/\/www.db2tutorial.com\/wp-json\/wp\/v2\/media?parent=649"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}