Update Notification with Specific outputs using JDBC adapter

We have a scenario where we want only the specific column data which has been updated, using JDBC 6.0.3 (FP1) adapter. Lets say the table has 60 columns and at different time different columns gets updated. The Update Notification Configured on that table using adapter service, should only return the primary key and that column data as output. How can we achieve this ? Any Ideas ?